home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / System Profiler.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2004-03-19  |  2.8 KB  |  113 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFAppleHelpAnchor</key>
  6.     <string>mchlp1001</string>
  7.     <key>CFBundleDevelopmentRegion</key>
  8.     <string>English</string>
  9.     <key>CFBundleDocumentTypes</key>
  10.     <array>
  11.         <dict>
  12.             <key>CFBundleTypeExtensions</key>
  13.             <array>
  14.                 <string>spx</string>
  15.             </array>
  16.             <key>CFBundleTypeIconFile</key>
  17.             <string>SystemProfilerDocument.icns</string>
  18.             <key>CFBundleTypeName</key>
  19.             <string>System Profiler 4.0</string>
  20.             <key>CFBundleTypeRole</key>
  21.             <string>Editor</string>
  22.             <key>NSDocumentClass</key>
  23.             <string>SPDocument</string>
  24.             <key>NSExportableAs</key>
  25.             <array>
  26.                 <string>NSRTFPboardType</string>
  27.                 <string>NSStringPboardType</string>
  28.             </array>
  29.         </dict>
  30.         <dict>
  31.             <key>CFBundleTypeExtensions</key>
  32.             <array>
  33.                 <string>rtf</string>
  34.             </array>
  35.             <key>CFBundleTypeMIMETypes</key>
  36.             <array>
  37.                 <string>text/rtf</string>
  38.             </array>
  39.             <key>CFBundleTypeName</key>
  40.             <string>NSRTFPboardType</string>
  41.             <key>CFBundleTypeOSTypes</key>
  42.             <array>
  43.                 <string>RTF</string>
  44.             </array>
  45.         </dict>
  46.         <dict>
  47.             <key>CFBundleTypeExtensions</key>
  48.             <array>
  49.                 <string>txt</string>
  50.                 <string>text</string>
  51.                 <string>*</string>
  52.             </array>
  53.             <key>CFBundleTypeMIMETypes</key>
  54.             <array>
  55.                 <string>text/plain</string>
  56.             </array>
  57.             <key>CFBundleTypeName</key>
  58.             <string>NSStringPboardType</string>
  59.             <key>CFBundleTypeOSTypes</key>
  60.             <array>
  61.                 <string>****</string>
  62.             </array>
  63.         </dict>
  64.         <dict>
  65.             <key>CFBundleTypeExtensions</key>
  66.             <array>
  67.                 <string>asp</string>
  68.             </array>
  69.             <key>CFBundleTypeName</key>
  70.             <string>System Profiler 3.0</string>
  71.             <key>CFBundleTypeOSTypes</key>
  72.             <array>
  73.                 <string>aspf</string>
  74.             </array>
  75.             <key>CFBundleTypeRole</key>
  76.             <string>Viewer</string>
  77.             <key>NSDocumentClass</key>
  78.             <string>SPDocument</string>
  79.         </dict>
  80.     </array>
  81.     <key>CFBundleExecutable</key>
  82.     <string>System Profiler</string>
  83.     <key>CFBundleGetInfoString</key>
  84.     <string>4.0, Copyright 2001-2003 Apple Computer, Inc.</string>
  85.     <key>CFBundleIconFile</key>
  86.     <string>ASP.icns</string>
  87.     <key>CFBundleIdentifier</key>
  88.     <string>com.apple.SystemProfiler</string>
  89.     <key>CFBundleInfoDictionaryVersion</key>
  90.     <string>6.0</string>
  91.     <key>CFBundleName</key>
  92.     <string>System Profiler</string>
  93.     <key>CFBundlePackageType</key>
  94.     <string>APPL</string>
  95.     <key>CFBundleShortVersionString</key>
  96.     <string>4.0.4</string>
  97.     <key>CFBundleSignature</key>
  98.     <string>aspx</string>
  99.     <key>CFBundleVersion</key>
  100.     <string>40.4</string>
  101.     <key>LSHasLocalizedDisplayName</key>
  102.     <true/>
  103.     <key>LSMinimumSystemVersion</key>
  104.     <string>10.3</string>
  105.     <key>NSAppleScriptEnabled</key>
  106.     <string>YES</string>
  107.     <key>NSMainNibFile</key>
  108.     <string>SPApp</string>
  109.     <key>NSPrincipalClass</key>
  110.     <string>NSApplication</string>
  111. </dict>
  112. </plist>
  113.